@charset "utf-8";
/* CSS Document */

/*****Basic Element*****/
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "黑体";
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
body {
}
/*****Generic Classes*****/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	height:0;
	clear: both;
}
.hidden {
	display: none;
}
.ww {
	width: 1000px;
	margin: 0 auto;
}
/*****Basic Layout*****/
#wrap {
	background:url(../../images/bg_wrap_03.gif);
}
/*****Header*****/
#header {
	background:#144d95;
	padding:20px 0;
}
#header dl {
	font-style:italic;
	color:#fff;
	text-align:right;
	padding-left:45px;
	background:url(../../images/icon_tel_03.png) no-repeat left center;
}
#header dt {
	font-size:14px;
}
#header dd {
	font-size:28px;
}
/*****Nav*****/
#nav {
	background:#0f438c;
	height:36px;
}
#nav li {
	padding-right:50px;
}
#nav li.last {
	padding:0;
}
#nav li a {
	display:block;
	width:100px;
	height:36px;
	line-height:36px;
	font-size:12px;
	color:#fff;
	text-align:center;
}
#nav li a:hover,#nav li a.selected {
	background:#2367bd;
}
/*****Banner*****/
.flexslider {
	position: relative;
	height: 400px;
	overflow: hidden;
	background: url(../../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 400px;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
 *display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 12px;
	height: 13px;
	line-height: 50px;
	overflow: hidden;
	background: url(../../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 40%;
}
.flex-direction-nav li a {
	display: block;
	width: 35px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	right: 52%;
	margin-right: 500px;
	background: url(../../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	left: 52%;
	margin-left: 500px;
	background: url(../../images/next.png) center center no-repeat;
}
/*****公告、搜索*****/
.search {
	height:50px;
	background:#eaeaea;
	border-bottom:1px #ccc solid;
}
.search .gg {
	max-width:600px;
	font-size:14px;
	color:#666;
	line-height:50px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.search form {
	padding-top:13px;
}
.search input {
	width:210px;
	height:22px;
	border:1px #ccc solid;
	background:#fff;
	padding:0 10px;
	font-size:12px;
	color:#a7a7a7;
	vertical-align:middle;
}
.search input.btn_ser {
	width:30px;
	background:#1c2e66 url(../../images/icon_search_03.png) no-repeat center center;
	border:1px #1c2e66 solid;
	padding:0;
	cursor:pointer;
	margin-left:8px;
}
/*****首页案例*****/
.intitle {
	padding-top:15px;
}
.intitle h2 {
	font-weight:normal;
	font-size:24px;
	color:#215cb4;
}
.intitle h2 span {
	font-size:12px;
}
.intitle h2 em {
	display:block;
	width:130px;
	height:0;
	padding-top:5px;
	border-bottom:2px #215cb4 solid;
}
.intitle a {
	font-size:12px;
	color:#215cb4;
	margin-top:10px;
}
.case {
	width:505px;
	padding-bottom:15px;
}
.case li {
	height:60px;
	padding:20px 0;
	border-bottom:1px #ccc solid;
}
.case li .date {
	width:60px;
	text-align:center;
	color:#215cb4;
	padding-top:5px;
}
.case li .date strong {
	display:block;
	font-weight:normal;
	font-size:30px;
	line-height:30px;
}
.case li .date span {
	font-size:14px;
	line-height:16px;
}
.case li img {
	display:block;
	width:85px;
	height:60px;
	margin-left:15px;
}
.case li dl {
	width:330px;
}
.case li dt a {
	display:block;
	font-size:14px;
	color:#215cb4;
	overflow:hidden;
	text-overflow:ellipsis;
}
.case li dd {
	max-height:44px;
	overflow:hidden;
	font-size:12px;
	color:#666;
	line-height:22px;
}
.case li:hover {
	background:#f2f2f2;
	transition:.5s;
}
/*****首页关于我们*****/
.about {
	width:470px;
	padding-bottom:15px;
}
.about .intitle {
	padding-bottom:30px;
}
.about .nr {
	padding-top:15px;
	font-size:12px;
	color:#565656;
	line-height:22px;
	max-height:132px;
	overflow:hidden;
}
/*****设备展示*****/
.product {
	background:url(../../images/bg_product_02.jpg) no-repeat center top;
	padding-bottom:20px;
}
.product .ww {
	position:relative;
	text-align:center;
}
.product h2 {
	font-weight:normal;
	font-size:24px;
	color:#fff;
	background:url(../../images/line.png) no-repeat center center;
	padding:30px 0;
}
.product h2 span {
	display:block;
	font-size:12px;
}
#marquee4 {
	width: 1001px;
	height: 290px;
	*height: 294px;
	margin: 0 auto;
	overflow: hidden;
}
#marquee4 ul li {
	width: 242px;
	padding-right: 11px;
	*padding-bottom:5px;
}
#marquee4 ul li a {
	display:block;
	width:242px;
	height:290px;
	*height: 294px;
}
#marquee4 ul li img {
	width: 242px;
	height: 215px;
}
#marquee4 ul li p {
	height:56px;
	line-height:56px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
	color:#fff;
	border:1px #fff solid;
	margin-top:17px;
}
#marquee4 ul li a:hover p {
	border:1px #fff solid;
	background:#fff;
	color:#0f438c;
	transition:.5s;
}
#contro3 a {
	display:block;
	width:65px;
	height:65px;
	line-height:65px;
	font-size:36px;
	color:#fff;
	background:#a9c6eb;
	position:absolute;
	top:190px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#contro3 a:hover {
	background:#19529a;
}
#contro3 #goL2 {
	right: -90px;
}
#contro3 #goR2 {
	left: -90px;
}
.product a.more {
	display:inline-block;
	font-size:18px;
	color:#fff;
	margin-top:25px;
}
.product a.more:hover {
}

/*****首页新闻*****/
.news {
	width:505px;
	padding-bottom:20px;
}
.news ul {
	padding-top:10px;
}
.news li {
	border-bottom:1px #b1b1b1 dashed;
}
.news li a {
	display:block;
	padding-left:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:12px;
	color:#666;
	line-height:36px;
	background:url(../../images/icon_news_03.gif) no-repeat left center;
}
.news li a:hover {
	color:#0f438c;
}
/*****首页联系我们*****/
.contact {
	width:470px;
	background:url(../../images/bg_contact_03.png) no-repeat right 95px;
}
.contact dl {
	width:200px;
	padding-left:45px;
	text-align:right;
	background:url(../../images/icon_tel2_03.png) no-repeat left center;
	color:#ffa800;
	margin:15px 0 0 0;
}
.contact dt {
	font-size:14px;
}
.contact dd {
	font-size:28px;
}
.contact .lx {
	font-size:12px;
	color:#565656;
	line-height:30px;
}
/*****友情链接*****/
.links {
	height:54px;
	overflow:hidden;
	background:#0f438c;
}
.links h2 {
	width:130px;
	font-weight:normal;
	font-style:italic;
	font-size:30px;
	color:#fff;
	line-height:54px;
	font-style:normal;
}
#marquee6 {
	width:870px;
	height:54px;
	overflow:hidden;
}
#marquee6 li {
	padding-right:30px;s
}
#marquee6 li a {
	font-style:italic;
	font-size:12px;
	color:#fff;
	line-height:60px;
	font-style:normal;
}
#marquee6 li a:hover {
	font-style:normal;
	color:#ccc;
	text-decoration:underline;
	line-height:54px;
	transition:.5s;
}
/*****Footer*****/
#footer {
	font-size:12px;
	color:#fff;
	background:#144d95;
	padding:30px 0;
}
#footer a {
	color:#fff;
}
#footer .binfo {
	width:600px;
	line-height:30px;
}
#footer .share {
	padding-top:20px;
}
#footer .jiathis_style_32x32 .jtico {
	width:40px;
	height:40px!important;
}
#footer .jiathis_style_32x32 .jiathis_button_tsina .jtico {
	background:url(../../images/icon_sina_03.png) no-repeat;
}
#footer .jiathis_style_32x32 .jiathis_button_tqq .jtico {
	background:url(../../images/icon_weibo_03.png) no-repeat;
}
#footer .jiathis_style_32x32 .jiathis_button_cqq .jtico {
	background:url(../../images/icon_qq_03.png) no-repeat;
}
#footer .jiathis_style_32x32 .jiathis_button_weixin .jtico {
	background:url(../../images/icon_chat_03.png) no-repeat;
}
/*****返回顶部*****/
.gotop {
	position:fixed;
	left:50%;
	bottom:200px;
	margin-left:501px;
}
.gotop a {
	display:block;
	width:51px;
	height:51px;
	background:url(../../images/gotop_03.gif) no-repeat;
	cursor:pointer;
}
/*****左侧*****/
#main {
	padding:20px 0;
}
.main_left {
	width:200px;
}
.main_left .zctitle {
	height:55px;
	padding-top:15px;
	text-align:center;
	background:#0f438c url(../../images/bg_menu_03.png) no-repeat right bottom;
}
.main_left .zctitle h2 {
	font-weight:normal;
	font-style:italic;
	font-size:18px;
	color:#fff;
}
.main_left .zctitle span {
	display:block;
	font-size:14px;
}
.main_left .menu {
	padding-bottom:8px;
}
.main_left .menu li {
	padding-top:8px;
}
.main_left .menu li a {
	display:block;
	font-size:14px;
	color:#fff;
	height:42px;
	line-height:42px;
	background:#2367bd;
	text-align:center;
}
.main_left .menu li a:hover {
	background:#0f438c;
}
.main_left .tel {
	background:#2367bd;
	color:#fff;
	padding:13px 20px 10px 0;
	text-align:right;
}
.main_left .tel h3 {
	font-weight:normal;
	font-style:italic;
	font-size:14px;
	line-height:16px;
}
.main_left .tel p {
	font-style:italic;
	font-size:24px;
}
.main_left .lianxi {
	border:1px #cdcdcd solid;
	font-size:12px;
	color:#666;
	line-height:30px;
	padding:10px 5px 5px 10px;
	margin-top:8px;
}
.main_left .lianxi h3 {
	font-weight:normal;
	font-style:italic;
	font-size:18px;
	color:#2367bd;
	line-height:24px;
	text-align:center;
}
.main_left .lianxi h3 span {
	display:block;
	font-size:14px;
	line-height:24px;
}
/*****右侧*****/
.main_right {
	width:790px;
}
.bread {
	font-size:12px;
	color:#565656;
	padding-top:5px;
}
.bread a {
	color:#565656;
}
.bread a:hover {
	color:#0f438c;
}
.bigtitle {
	font-size:20px;
	color:#0f438c;
	padding-left:40px;
	background:url(../../images/bg_title_03.png) no-repeat 10px center;
	margin-bottom:15px;
}
.main_right .plist {
	border:1px #cdcdcd solid;
	padding:25px 0 30px 22px;
}
.main_right .plist li {
	padding:0 7px 7px 0;
}
.main_right .plist li img {
	display:block;
	width:180px;
	height:160px;
	margin-bottom:7px;
}
.main_right .plist li p {
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px #cdcdcd solid;
	font-size:12px;
	color:#565656;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main_right .plist li a:hover p {
	background:#2367bd;
	border:1px #2367bd solid;
	color:#fff;
	transition:.5s;
}
.main_right .caselist {
	border:1px #cdcdcd solid;
	padding:0 25px 25px 25px;
	width:738px;
}
.main_right .caselist ul {
	padding-bottom:20px;
}
.main_right .caselist li {
	padding:30px 0 20px 0;
}
.main_right .caselist li dl {
	width:550px;
}
.main_right .pshow {
	border:1px #cdcdcd solid;
	padding:25px;
}
.main_right .pshow .propic {
	display:block;
	width:300px;
	margin:0 auto;
}
.main_right .pshow .protitle {
	text-align:center;
	padding:15px 0 20px 0;
	border-bottom:1px #cdcdcd dashed;
}
.main_right .pshow .protitle h3 {
	font-weight:normal;
	font-size:18px;
	color:#565656;
}
.main_right .pshow .protitle p {
	font-size:12px;
	color:#565656;
	padding-top:10px;
}
.content {
	font-size:12px;
	color:#565656;
	line-height:36px;
	padding:25px 0 30px 0;
}
.content img {
	max-width:100%;
}
.xg {
	font-size:12px;
	color:#565656;
	line-height:20px;
	padding-top:15px;
}
.xg a {
	color:#565656;
}
.xg a:hover {
	color:#0f438c;
}
a.goback {
	display:block;
	width:62px;
	height:62px;
	line-height:62px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background:#fda906;
}
a.goback:hover {
	background:#ff9600;
}
.main_right .nlist {
	border:1px #cdcdcd solid;
	padding:0 25px 25px 25px;
}
.main_right .nlist ul {
	padding-bottom:25px;
}
.main_right .nlist li {
	padding:20px 0 10px 0;
	border-bottom:1px #b1b1b1 dashed;
}
.main_right .nlist li a {
	display:inline-block;
	font-size:12px;
	color:#565656;
	padding-left:20px;
	background:url(../../images/icon_news_03.gif) no-repeat left center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main_right .nlist li a:hover {
	color:#0f438c;
}
.main_right .message {
	padding:50px 0;
	background:url(../../images/bg_map_03.jpg) no-repeat center top;
}
.main_right .message h2 {
	font-weight:normal;
	font-style:italic;
	font-size:30px;
	color:#2d5b89;
	text-align:center;
	padding-bottom:40px;
}
.main_right .message h2 span {
	display:block;
	font-size:24px;
	line-height:26px;
}
.main_right .message form {
	width:290px;
	margin:0 auto;
}
.main_right .message input {
	width:268px;
	height:38px;
	line-height:38px;
	padding:0 10px;
	border:1px #e4e4e4 solid;
	font-size:12px;
	color:#9b9b9b;
	margin-bottom:6px;
}
.main_right .message textarea {
	width:268px;
	height:80px;
	overflow:auto;
	padding:10px;
	border:1px #e4e4e4 solid;
	font-size:12px;
	color:#9b9b9b;
	margin-bottom:6px;
}
.main_right .message .yanz input {
	width:90px;
	vertical-align:middle;
}
.main_right .message .yanz img {
	display:inline-block;
	margin-bottom:6px;
	vertical-align:middle;
}
.main_right .message input.btn_tj {
	display:block;
	width:290px;
	height:50px;
	line-height:50px;
	padding:0;
	font-size:18px;
	color:#fff;
	background:#2d5b89;
	cursor:pointer;
	border:0;
}




